hasAccessibilityDelegate

open fun hasAccessibilityDelegate(@NonNull view: @NonNull View): Boolean(source)

Checks whether provided View has an accessibility delegate attached to it.

Return

True if the View has an accessibility delegate

Parameters

view

The View instance to check